home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 11 / FM Towns Free Software Collection 11.iso / t_os / tool / genji / src / printcom.c < prev    next >
Text File  |  1995-02-02  |  2KB  |  34 lines

  1. char    *hss2    = "\x1b\x51\x31\x20\x7c";            /*半角1byte指定*/
  2. char    *scsjis    = "\x1b\x24\x42";                    /*漢字印字*/
  3. char    *scsank    = "\x1b\x28\x48";                    /*ANK文字印字*/
  4. char    *gothic = "\x1c\x28\x61\x71\x1b\x51\x31\x20\x7c";/*ゴシック*/
  5. char    *mintyo = "\x1c\x28\x61\x70\x1b\x51\x31\x20\x7c";/*明朝体*/
  6. char    *kuon    = "\x1c\x2a\x74";                    /*漢字アンダーライン指定*/
  7. char    *kuoff    = "\x1c\x2a\x70";                    /*漢字アンダーライン解除*/
  8. char    *awn    = "\x1b\x5b\x31\x30\x30\x3b\x31\x30\x30\x20\x42";/*ANK標準*/
  9. char    *awd    = "\x1b\x5b\x31\x30\x30\x3b\x32\x30\x30\x20\x42";/*ANK横倍*/
  10. char    *auon    = "\x1b\x51\x30\x20\x7c\x1b\x5b\x34\x6d";/*ANKアンダーライン*/
  11. char    *auoff    = "\x1b\x5b\x30\x6d\x1b\x51\x31\x20\x7c";/*ANKアンダー解除*/
  12. char    *linon    = "\x1b\x51\x31\x20\x74\x1b\x51\x31\x20\x60";/*罫線接続指定*/
  13. char    *linoff    = "\x1b\x51\x30\x20\x74\x1b\x51\x30\x20\x60";/*罫線接続指定*/
  14. char    *proon    = "\x1c\x54";                        /*欧文ピッチ指定*/
  15. char    *prooff    = "\x1c\x55\x1b\x51\x31\x20\x7c";    /*欧文ピッチ解除*/
  16. char    *pagep    = "\x1b\x5b\x33\x32\x34\x30\x3b\x31\x31\x32\x30\x66";
  17. char    *lmrg    = "\x1b\x51\x32\x37\x3b\x0\x0\x20\x51";/*レフトマージン指定*/
  18. char    *settab    = "\x1b\x48";                        /*水平タブセット*/
  19. char    *hbtab    = "\x1c\x44";                        /*水平逆タブ*/
  20. char    *htabcl    = "\x1b\x5b\x33\x67";                /*水平タブクリア*/
  21. char    *timage    = "\x1b\x51\x0\x0\x0\x0\x20\x57";    /*イメージ転送*/
  22. char    *netst    = "\x1b\x5b\x0\x0\x0\x0\x60\x1b\x51\x0\x0\x0\x0\x20\x57";
  23.         /*網掛け始め*/
  24. char    *mov_h    = "\x1b\x5b\x0\x0\x0\x0\x60";        /*水平位置指定*/
  25. char    *vws    = "\x1c\x4a\x1b\x51\x31\x20\x71";    /*漢字縦書き指定*/
  26. char    *hws    = "\x1c\x4b";                        /*漢字横書き指定*/
  27. char    *defgj    = "\x1b\x51\x30\x20\x44\x29\x21";    /*外字登録*/
  28. char    *ksize    = "\x1c\x27\x0\x0\x0\x0\x0\x0";        /*漢字サイズ指定*/
  29. char    *init    = "\x1b\x51\x33\x36\x30\x21\x41\x1b\x51\x31\x20\x7c";/*初期化*/
  30. char    *sbase    = "\x1b\x51\x30\x20\x64";            /*漢字基準線指定*/
  31. char    *knjp    = "\x1c\x24\x24\x78\x0";            /*漢字文字ピッチ*/
  32. char    *retp    = "\x1c\x25\x24\x78\x0";            /*改行ピッチ*/
  33.  
  34.